home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
game
/
patch
/
RallyChamp2HD.lha
/
RCA.Install
< prev
next >
Wrap
Text File
|
1995-02-05
|
3KB
|
91 lines
failat 21
echo "*e"
echo "*e[1;32m _________________________________________________________________________"
echo " *e[0;32;43m *e[0m"
echo " *e[0;32;43m SUNSHiNE PRODUCTiONS *e[0m"
echo " *e[0;32;43m HD INSTALLER FOR *e[0m"
echo " *e[0;32;43m 'RALLY CHAMPIONSHIP -AGA- FROM FLAIR' *e[1m *e[0m"
echo " *e[1;4;43m *e[0m"
echo " "
Echo noline " Would you like to install it (Y/N) "
set > nil: InpVar ?
if $InpVar eq "y"
skip INSTALL
endif
if $InpVar eq "yes"
skip INSTALL
endif
if $InpVar eq "j"
skip INSTALL
endif
if $InpVar eq "ja"
skip INSTALL
endif
endif
echo "Good Bye..."
quit
lab INSTALL
echo "*e["
echo "*e[1;32m _________________________________________________________________________"
echo " *e[0;32;43m *e[0m"
echo " *e[0;32;43m *e[1m NOTE:*e[0;32;43m This Installer will create an *e[0m"
echo " *e[0;32;43m Directory named: '*e[1mRally-Championship*e[0;32;43m' on your HD. *e[0m"
echo " *e[1;4;43m *e[0m"
echo "*n"
echo NOLINE "Please enter the Path to Install to: "
set > NIL: Dev [Return]
set > NIL: Dev ?
if not exists $Dev
echo " Wrong device, $Dev does not exist! Try again..."
wait 1
skip back INSTALL
endif
cd $Dev
if not exists Rally-Championship
makedir Rally-Championship
echo "*n"
echo "*e[0mCreating Directory.....*e[1;32mRally-Championship*e[0m"
endif
cd Rally-Championship
set >NIL: DEV $DEV
echo NOLINE "*n Installing '*e[1mRally-Championship*e[0m' to $Dev..."
echo "*n"
copy DISK1:#? "" ALL
copy DISK2:#? "" ALL
copy DISK3:#? "" ALL
copy DISK4:#? "" ALL
copy DISK5:#? "" ALL
copy DISK6:#? "" ALL
echo "...*e[33mINSTALLATION DONE.... *e[0m"
wait 2
echo "*e"
echo "*e[1;32m _________________________________________________________________________"
echo " *e[0;32;43m *e[0m"
echo " *e[0;32;43m Please assign following: *e[0m"
echo " *e[1;4;43m *e[0m"
echo " "
echo "ASSIGN DISK1: to GameDir "
echo "ASSIGN DISK2: to GameDir"
echo "ASSIGN DISK3: to GameDir"
echo "ASSIGN DISK4: to GameDir"
echo "ASSIGN DISK5: to GameDir"
echo "ASSIGN DISK6: to GameDir"
echo " "
echo "to *e[1mSTART*e[0m the game , Click on the icon called: Rally-Championship"
echo " "
echo " Have Fun playing This Game.."
echo " Signed: Mr.Coke & Blast of SUNSHINE PRODUCTIONS*e[0m"
echo " "
wait 2
quit